home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / xsw / include / unixincs.h < prev    next >
C/C++ Source or Header  |  1995-07-04  |  2KB  |  83 lines

  1. /*
  2.  *    @(#) unixincs.h 12.3 95/07/05 SCOINC
  3.  */
  4. /***************************************************************************
  5.  *
  6.  *    Copyright (c) 1990-1993        The Santa Cruz Operation, Inc.
  7.  *
  8.  *    All rights reserved.  No part of this program or publication may be
  9.  *    reproduced, transmitted, transcribed, stored in a retrieval system,
  10.  *    or translated into any language or computer language, in any form or
  11.  *    by any means, electronic, mechanical, magnetic, optical, chemical,
  12.  *    biological, or otherwise, without the prior written permission of:
  13.  *    
  14.  *        The Santa Cruz Operation , Inc.        (408) 425-7222
  15.  *        400 Encinal St., Santa Cruz, California 95060 USA
  16.  *
  17.  **************************************************************************/
  18. /*
  19.  * Modification History
  20.  *
  21.  * S003, 02-Feb-94, rickra
  22.  *     Added include of fs/xxfilsys.h so that NDPC could be defined!
  23.  * 
  24.  * S002, 21-Sep-93, rickra
  25.  *     Added include of mountops.h
  26.  *
  27.  * S001, 27-May-93, rickra
  28.  *     Added include of sys/region.h 
  29.  *
  30.  * S000, 30-Sep-92, rickra
  31.  *     Added copyright and modification history
  32.  */
  33.  
  34. #include <stdio.h>
  35. #include <ctype.h>
  36. #include <signal.h>
  37. #include <string.h>
  38. #include <fcntl.h>
  39. #include <nlist.h>
  40. #include <time.h>
  41. #include <errno.h>
  42. #include <sys/wait.h>
  43. #include <sys/types.h>
  44. #include <sys/timeb.h>
  45. #include <sys/lock.h>
  46. #include <sys/utsname.h>
  47. #include <sys/stat.h>
  48. #include <sys/ascii.h>
  49. #include <sys/socket.h>
  50. #include <netinet/in.h>
  51. #include <netinet/tcp.h>
  52. #include <netdb.h>
  53. #undef NGROUPS_MAX
  54. #undef NULL
  55. #include <sys/param.h>
  56. #include <sys/bootinfo.h>
  57. #include <sys/tuneable.h>
  58. #include <sys/sysinfo.h>
  59. #include <sys/stream.h>
  60. #include <sys/strstat.h>
  61. #include <sys/file.h>
  62. #include <sys/inode.h>
  63. #include <sys/immu.h>
  64. #include <sys/region.h>
  65. #include <sys/proc.h>
  66. #include <sys/fs/xxfilsys.h>
  67. #include <sys/sysmacros.h>
  68. #include <sys/var.h>
  69. #include <sys/sysi86.h>
  70. #include <sys/swap.h>
  71. #include <dirent.h>
  72. #include <sys/dir.h>
  73. #include <sys/map.h>
  74. #include <sys/trap.h>
  75. #include <sys/tty.h>
  76. #include <sys/elog.h>
  77. #include <utmp.h>
  78. #include <pwd.h>
  79. #include <mountops.h>
  80.  
  81. /* vi: set tabstop=4 shiftwidth=4: */
  82. /* end of unixincs.h */
  83.